From 6a6e72dea2b272b5df1ffc684100ec758ace502f Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Sat, 2 Aug 2008 01:25:20 +0000 Subject: [PATCH] =?utf8?q?Bug=20545931=20=E2=80=93=20small=20documentation?= =?utf8?q?=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-08-01 Claudio Saavedra Bug 545931 – small documentation typos * gtk/gtkcomboboxentry.c: Fix some typos in the documentation. svn path=/trunk/; revision=20927 --- ChangeLog | 6 ++++++ gtk/gtkcomboboxentry.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f0a6241c9..3ed27ba520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-01 Claudio Saavedra + + Bug 545931 – small documentation typos + + * gtk/gtkcomboboxentry.c: Fix some typos in the documentation. + 2008-08-01 Hans Breuer * gdk/makefile.msc : build gdkwindowimpl diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c index fe77f52bf5..ad56ad352d 100644 --- a/gtk/gtkcomboboxentry.c +++ b/gtk/gtkcomboboxentry.c @@ -307,7 +307,7 @@ gtk_combo_box_entry_contents_changed (GtkEntry *entry, * * Creates a new #GtkComboBoxEntry which has a #GtkEntry as child. After * construction, you should set a model using gtk_combo_box_set_model() and a - * text_column * using gtk_combo_box_entry_set_text_column(). + * text column using gtk_combo_box_entry_set_text_column(). * * Return value: A new #GtkComboBoxEntry. * -- 2.30.2